home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970626-19970929 / 000006_news@newsmaster….columbia.edu _Tue Jul 1 16:34:50 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id QAA25390
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 1 Jul 1997 16:34:50 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id QAA06650
  7.     for kermit.misc@watsun; Tue, 1 Jul 1997 16:34:49 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Help me on File Transfer (KERMIT/DOS ----> KERMIT95)
  12. Date: 1 Jul 1997 20:34:49 GMT
  13. Organization: Columbia University
  14. Lines: 49
  15. Message-ID: <5pbpl9$6fo$1@newsmaster.cc.columbia.edu>
  16. References: <5pbpen$o5a@duke.telepac.pt>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:7250
  19.  
  20. In article <5pbpen$o5a@duke.telepac.pt>,
  21. Paul Vieira <cel@mail.telepac.pt> wrote:
  22. :     I need to transfer files (Clipper databases) from a PC (MS-DOS) to an
  23. : PC ( WINDOWS NT 4.0). On the PC (MS-DOS) I have Kermit 3.14 and I made
  24. : a script to transfer the files. On the PC (NT- 4.0) I have KERMIT 95
  25. : and I made a script (that is running continuous) to receive the files
  26. : from others PC's (that use Kermit for DOS). The transfer (dialling and
  27. : sending the files) is made alone (no user input).
  28. :
  29. :     What happens is that almost the times the transfer can't succied (the
  30. : KERMIT/95 is always receiving error frames or doesn't get anything).
  31. :     What could be the problem:
  32. :     1) The Kermit scripts that I made (I followed the books 'Using MS-DOS
  33. : KERMIT' and 'Using C-KERMIT')?
  34. We would need to see copies of your scripts.
  35.  
  36. :     2) The Modems (the KERMIT/95 is connected to an external V.34, but
  37. : the Kermit/DOS only uses an internal at 14400 bps)
  38. What method are you using to dial?  Does it check to make sure that a
  39. connection is really made (as the MS-DOS Kermit dialing scripts do?).  Is
  40. the interface speed held constant?
  41.  
  42. How about on the receiving end?  What method is being used to answer the
  43. call?
  44. :     3) Is KERMIT (DOS and WIN95) indicated to work in automatic mode.
  45. Yes, of course, if you write your scripts correctly.
  46.  
  47. :     Is there anywhere in the WWW samples of Kermit scripts (DOS and/or
  48. : WIN95) to automatically transfer files that I could get to see?
  49. You might find it easier to work with Kermit 95's hostmode script, which
  50. comes with Kermit 95.  In this case, the client can actually log in, see
  51. a menu, etc.  This will verify that you have a good connection, and it
  52. also provides some security and protection of the Windows 95 system from
  53. unwanted callers.
  54.  
  55. Of course client access through host mode can be scripted too.
  56.  
  57. So why don't you try using host mode on the Windows 95 end.  Once you get
  58. that working "by hand", then you can write an MS-DOS Kermit script to access
  59. it automatically.  If you have trouble with that, send email to
  60. kermit-support@columbia.edu.
  61.  
  62. - Frank